Boost.Iterator
This is an older version and was released in 2016. The current version is 1.86.0.
C++
03
Added in Boost
1.29.0
Categories:
Iterators
The Boost Iterator Library contains two parts. The first is a system of concepts which extend the C++ standard iterator requirements. The second is a framework of components for building iterators based on these extended concepts and includes several useful iterator adaptors.